Caption = "V 2.2 By: Stephen Spurlock MaRZ001@juno.com"
Height = 390
Left = 0
TabIndex = 3
Top = 1740
Width = 1965
End
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00C0C0C0&
Caption = $"frmHelp.frx":03F0
Height = 1410
Left = 30
TabIndex = 2
Top = 330
Width = 4050
End
Begin VB.Menu MnuMain
Caption = "Main"
Visible = 0 'False
Begin VB.Menu opt
Caption = "Options"
End
Begin VB.Menu restore
Caption = "Minimize"
End
Begin VB.Menu start
Caption = "Start"
End
Begin VB.Menu awot
Caption = "Always On Top"
End
Begin VB.Menu exit
Caption = "Exit"
End
End
Attribute VB_Name = "Help"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub awot_Click()
If awot.Caption = "Always On Top" Then
awot.Caption = "Never On Top"
StayOnTop Main
ElseIf awot.Caption = "Never On Top" Then
awot.Caption = "Always On Top"
NotOnTop Main
End If
End Sub
Private Sub Combo1_Change()
If Combo1.Text = "" Then
Exit Sub
ElseIf Combo1.Text = "What is this?" Then
Label1.Caption = "This is a program to get paid by AllAdvantage/Gotoworld while you sleep, watch T.V. or just if you don't feel like using the computer."
ElseIf Combo1.Text = "What does this do?" Then
Label1.Caption = "This will move the mouse, make itself on top every 2 seconds so AllAdvantage/Gotoworld actually thinks your awake(haha). This will not do anything else then what I just told you. If you got this from a friend and have Visual Basic 5 or 6, goto Http://www.planetsourcecode.com and search for AllCrack. That is the Source Code, so you can proove it to your self that it does nothing!"
ElseIf Combo1.Text = "What is Always On Top?" Then
Label1.Caption = "Always On Top will make the IE5 Sim on top of all normal programs, like AOL or Netscape."
ElseIf Combo1.Text = "What is that Blue All for?" Then
Label1.Caption = "A friend requested it, so I added it. It will allow you to do most of the things that the crack will do from the SysTray."
ElseIf Combo1.Text = "All I see is a Blue All, what happend?" Then
Label1.Caption = "If that is all you see, then you have it minimized or it is behind another window. Click on the Blue All and it will show up."
ElseIf Combo1.Text = "What is a SysTray?" Then
Label1.Caption = "The SysTray (A.K.A. System Tray) is that little box where the time is and all the icons are."
ElseIf Combo1.Text = "There is something I want on here, how can I add it?" Then
Label1.Caption = "Well, you could add it your self with VB5 (Visual Basic 5.0) or email Me and I will add it for you, if possible."
Exit Sub
End If
End Sub
Private Sub Combo1_Click()
If Combo1.Text = "" Then
Exit Sub
ElseIf Combo1.Text = "What is this?" Then
Label1.Caption = "This is a program to get paid by AllAdvantage/Gotoworld while you sleep, watch T.V. or just if you don't feel like using the computer."
ElseIf Combo1.Text = "What does this do?" Then
Label1.Caption = "This will move the mouse, make itself on top every 2 seconds so AllAdvantage/Gotoworld actually thinks your awake(haha). This will not do anything else then what I just told you. If you got this from a friend and have Visual Basic 5 or 6, goto Http://www.planetsourcecode.com and search for AllCrack. That is the Source Code, so you can proove it to your self that it does nothing!"
ElseIf Combo1.Text = "What is Always On Top?" Then
Label1.Caption = "Always On Top will make the IE5 Sim on top of all normal programs, like AOL or Netscape."
ElseIf Combo1.Text = "What is that Blue All for?" Then
Label1.Caption = "A friend requested it, so I added it. It will allow you to do most of the things that the crack will do from the SysTray."
ElseIf Combo1.Text = "All I see is a Blue All, what happend?" Then
Label1.Caption = "If that is all you see, then you have it minimized or it is behind another window. Click on the Blue All and it will show up."
ElseIf Combo1.Text = "What is a SysTray?" Then
Label1.Caption = "The SysTray (A.K.A. System Tray) is that little box where the time is and all the icons are."
ElseIf Combo1.Text = "There is something I want on here, how can I add it?" Then
Label1.Caption = "Well, you could add it your self with VB5 (Visual Basic 5.0) or email Me and I will add it for you, if possible."